home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / applications / databases / quickfile38.lha / QuickFile / Example1 / Sales < prev   
Encoding:
Text File  |  1994-09-14  |  427 b   |  40 lines

  1. QuickFile Def 2 03
  2. fd 2048 50 100 87 7
  3. fld Product
  4. ff 1 0
  5. f1 C 1 20 0
  6. fld Region
  7. ff 1 0
  8. f1 C 2 15 0
  9. fld Quantity
  10. ff 1 1
  11. f1 N 3 5 0
  12. fld Cost
  13. ff 1 1
  14. f1 N 4 7 2
  15. fld Sell Price
  16. fc Cost * (100 + 30) / 100
  17. ff 0 1
  18. f1 L 7 7 2
  19. fld Sales Value
  20. fc Quantity * "Sell Price"
  21. ff 0 1
  22. f1 L 5 9 2
  23. endf
  24. ix Product
  25. ix1 1
  26. ifld Product
  27. if1 20 A
  28. ifld Region
  29. if1 15 A
  30. endif
  31. ix Region
  32. ix1 1
  33. ifld Region
  34. if1 15 A
  35. ifld Product
  36. if1 20 A
  37. endif
  38. endix
  39. endfd
  40.